home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 576-600 / disk_587 / conlib / conlib.readme < prev    next >
Text File  |  1992-05-06  |  4KB  |  104 lines

  1.  
  2. ===============================================================================
  3. ===                                                                         ===
  4. ===                                                                         ===
  5. ===                    Readme File for Con.library V2.00                    ===
  6. ===                                                                         ===
  7. ===                                                                         ===
  8. ===============================================================================
  9.  
  10.  
  11.                    Con.library is developed by Bjørn Reese.
  12.  
  13.  
  14. --- Con.library ---------------------------------------------------------------
  15.  
  16. Con.library is a run time reentrant library, developed with the purpose to ease
  17. the living for application programmers. It contains functions to format and
  18. display texts, accept keys/messages, strings or numbers and to handle the cursor
  19. and screen controls, amongst other things. The library must be places in LIBS:
  20. to be used. This is version 2.00.
  21.  
  22.  
  23. --- Disclaimer ----------------------------------------------------------------
  24.  
  25. Con.library is tested to run as smoothly and bugfree as possible, but the
  26. author renounces any responsibility for faulty use of, or damages caused by,
  27. Con.library and all that goes with it.
  28.  
  29.  
  30. --- Distribution --------------------------------------------------------------
  31.  
  32. Con.library may be distributed freely with, and only with, the documentation,
  33. source and include files and if no charge is being made, except for a nominal
  34. media fee. Otherwise you need the written approval of the author.
  35.  
  36.  
  37. --- Commercial use ------------------------------------------------------------
  38.  
  39. Con.library may be used in commercial [ and non-commercial ] products without
  40. paying any royalties to the author. But I would be really happy to be
  41. mentioned. The documentation, source, includes and examples may be distributed
  42. along with the product without the written approval of the author.
  43.  
  44.  
  45. --- Public Domain -------------------------------------------------------------
  46.  
  47. The Con.library, the source, the includes and the examples is made Public
  48. Domain for two reasons:
  49.  
  50.         1) I am too busy to make any updates in the near future.
  51.         2) To support the wonderful idea of Public Domain and Shareware.
  52.  
  53.  
  54. ===============================================================================
  55.  
  56. Con Library currently consists of the following files
  57.  
  58.         con.library          - The library itself
  59.         ConLib.doc           - Documentation of the library
  60.         ConLib.readme        - This file
  61.         ConLib200.asm        - Asm source for the library
  62.         con_lib.fd           - File desciption
  63.         PROCDOC.ART          - An article describing the programming style
  64.                                used in ConLib200.asm
  65.         - Asm_Stuff:
  66.           con_lib.i          - Asm include
  67.           con.i              - Do. [ Devpac 2, AsmOne ]
  68.           con2.i             - Do. [ but for Assem type of assemblers ]
  69.           Hello.asm          - An assembly example
  70.  
  71.         - C_Stuff:
  72.           ConGlue.asm        - Asm code for glue code
  73.           ConGlue.o          - Object code for glue code
  74.           - libraries
  75.             conlib.h         - C include file
  76.           - pragmas
  77.             conlib.h         - C pragmas [ for Aztec ]
  78.           - protos
  79.             conlib.h         - C protos
  80.  
  81.         - Modula_Stuff:
  82.           ConLibD.def        - Modula-2 interface
  83.           ConLibL.def        - Do.
  84.  
  85.         - Misc_Stuff:
  86.           IMPORTANT          - Warning about these interfaces
  87.           KickPascal_con.h   - Template for KickPascal interface
  88.           KickPascal_con.lib - Do.
  89.           Oberon_ConLib.def  - Template for Oberon interface
  90.  
  91.  
  92. The source is made for the "AsmOne" assembler, but it should work with
  93. "Devpac 2" - I think - if minor changes are made, like converting the square
  94. brackets [] with the normal brackets ().
  95.  
  96. Originally the source was not intended to be released, but in the last minute I
  97. changed my mind for reasons stated above, therefore the source is not very well
  98. documented (Sorry!).
  99.  
  100. The appropriate place for the includes is in the INCLUDE:libraries/ directory I
  101. suppose.
  102.  
  103.         - BReese
  104.